Explore: dev ops


On Bazel and Open Source - Julio Merino (jmmv.dev) (jmmv.dev)
This is a rare post because I don't usually talk about Google stuff here, and this post is about Bazel: a tool recently published by Google. Why? Because I love its internal counterpart, Blaze, and believe that Bazel has the potential to be one of the best build tools if it is not already. However, Bazel currently has some shortcomings to cater to a certain kind of important projects in the open source ecosystem: the projects that form the foundation of open source operating systems. This post is, exclusively, about this kind of project.
Workaround: Secure DataNode Crashes - Effective Machines (effectivemachines.com)
A recent Linux kernel update to workaround CVE-2017-1000366 is causing Apache Hadoop's secure DataNode (and NFS manager) to crash on startup. (Related discussion from Red Hat and Ubuntu) If y...